add new marshallers used by the text widget
authorHavoc Pennington <hp@redhat.com>
Thu, 26 Oct 2000 23:05:43 +0000 (23:05 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Thu, 26 Oct 2000 23:05:43 +0000 (23:05 +0000)
commita291b0be4c5e90f7e1a15c6de8e8f451c70773d1
treef9ebb76107e152c58b12dafbcb546cd094c750e4
parente279178d1ab883f6517173fa40b793343d683c2e
add new marshallers used by the text widget

2000-10-26  Havoc Pennington  <hp@redhat.com>

* gtk/gtkmarshal.list: add new marshallers used by the text widget

* gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
types

* gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
marshaller types

* gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
license on these files.

* gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
work.

* gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to
runtime random number different for each tree, instead of
a constant I made up.
21 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkmarshal.list
gtk/gtkmarshalers.list
gtk/gtktextbtree.c
gtk/gtktextbuffer.c
gtk/gtktextdisplay.c
gtk/gtktextdisplay.h
gtk/gtktextiter.c
gtk/gtktextiter.h
gtk/gtktextlayout.c
gtk/gtktextlayout.h
gtk/gtktexttagtable.c
gtk/gtktextview.c
gtk/testtext.c
tests/testtext.c